home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir43 / trim40.zip / TRIM.TXT < prev   
Text File  |  1992-06-26  |  2KB  |  36 lines

  1.                                  TRIM v4.0
  2.                               Short Text File
  3.                         Written by Michael MacDonald
  4.                                  06/26/92
  5.  
  6.      TRIM is a compiled Clipper PRG program.  It is 'freeware'. No fee is
  7.      expected for it's use. It's purpose is to search RoboComm's UPxx.DBF
  8.      (the database that keeps track of files you have downloaded) and
  9.      'trim' out any filenames which don't actually exist in your
  10.      configured download OR upload directories, OR that haven't been
  11.      moved offline by Robocomm.  If you have moved the file somewhere
  12.      else, and haven't used Robocomm to do the moving, there's no way for
  13.      TRIM to know that.   So, what TRIM does is this:  First it gets the
  14.      names of your File Download and File Upload directories from
  15.      ROBOCOMM.MEM.  This is where all your config options are stored
  16.      within Robocomm.  Then it opens the database that stores your
  17.      Download Files List. (UPxx.DBF)  It then goes through this database,
  18.      one record at a time and looks to see if the filename exists in your
  19.      Download directory, and if not checks your Upload directory, and if
  20.      it's in neither place it looks to see if the status has been set to
  21.      'Offline'.  If none of these three things are true, it deletes the
  22.      record in the database.
  23.  
  24.      Note that TRIM only marks the records as deleted. The database is
  25.      not 'packed' or reindexed.  You must have RoboComm do that for you.
  26.      This way you may look at the records that TRIM has marked as deleted
  27.      before actually losing them, if you wish.
  28.  
  29.      TRIM  can reside anywhere, but you must be in the directory where you
  30.      keep your RoboComm files when you invoke it. The source code has
  31.      been included for any Clipper users that wish to play with it.
  32.  
  33.                              Michael MacDonald
  34.                         4273 148th Ave NE  Apt E-104
  35.                             Bellevue, WA  98007
  36.